home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’96
/
PredatorPrey
/
ErrorWindow.h
< prev
next >
Wrap
Text File
|
1996-06-22
|
680b
|
26 lines
/* ErrorWindow.h */
/* Created 940328 7:13 by AppMaker */
#ifndef __ERW__
#define __ERW__
#include "Globals.h"
/*----------*/
WindowPtr OpenErrorWindow (Str255 fName,
short vRefNum,
short fRefNum);
void CloseErrorWindow (void);
void ControlErrorWindow (ControlHandle whichControl,
short whichPart,
Point where);
void MouseInErrorWindow (Point where,
short modifiers);
void TypeInErrorWindow (char ch);
void UpdateErrorWindow (void);
void ActivateErrorWindow (Boolean activate);
void ResizeErrorWindow (void);
pascal void ScrollErrorWindow (short newValue,
short oldValue);
#endif /* __ERW__ */